isPointInRectangle(double,double) Method
Tests if the given point is located inside the rectangle.
public boolean isPointInRectangle(
double ,
double
)
|
Parameters
- x
- The x coordinate.
- y
- The y coordinate.
Return Value
True if the point is located inside the rectangle, false otherwise.